home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / e / misc.txt / 000285_Christian.Cort…ni-stuttgart.de_Fri Feb 5 16:02:27 2010.msg < prev    next >
Internet Message Format  |  2020-01-01  |  5KB

  1. Path: reader2.panix.com!panix!newsfeed-00.mathworks.com!kanaga.switch.ch!switch.ch!news.belwue.de!rz.uni-karlsruhe.de!feed.news.schlund.de!schlund.de!news.online.de!not-for-mail
  2. From: Christian Corti <Christian.Corti@studserv.uni-stuttgart.de>
  3. Newsgroups: comp.protocols.kermit.misc
  4. Subject: Re: Announce: C-Kermit 9.0 Alpha.02
  5. Date: Thu, 4 Feb 2010 11:11:31 +0100
  6. Organization: Kompetenzzentrum fyr Minimal- und Retrocomputing
  7. Lines: 70
  8. Message-ID: <j3jq37-lis.ln1@news.online.de>
  9. References: <slrnhmejtk.5hv.fdc@panix2.panix.com>
  10. Reply-To: cc@corti-net.de
  11. NNTP-Posting-Host: p57b511cf.dip0.t-ipconnect.de
  12. X-Trace: online.de 1265280002 31266 87.181.17.207 (4 Feb 2010 10:40:02 GMT)
  13. X-Complaints-To: abuse@einsundeins.com
  14. NNTP-Posting-Date: Thu, 4 Feb 2010 10:40:02 +0000 (UTC)
  15. Cancel-Lock: sha1:oW4kkJFLWnOb0ppH0Y691i/RyZE=
  16. User-Agent: tin/1.9.5-20090720 ("Rieclachan") (UNIX) (Linux/2.6.26 (i686))
  17. Xref: panix comp.protocols.kermit.misc:15889
  18.  
  19. Frank da Cruz <fdc@panix.com> wrote:
  20. > I've been able to build and test it on various versions of Linux, Mac OS X,
  21. > AIX, HP-UX, FreeBSD, OpenBSD, NetBSD, MirBSD, MINIX, IRIX, Solaris, OSF/1,
  22. > and VMS, on many types of hardware.  I have *not* been able to test it on
  23. > anything not just mentioned, for example SCO or QNX.
  24.  
  25. The following error occurs on SunOS 4.1.1:
  26.  
  27. [...]
  28. gcc -O2 -DSUNOS41 -DHDBUUCP -DNDGPWNAM -DCK_NCURSES -DFNFLOAT
  29. -DCK_AUTHENTICATION -funsigned-char  -DCK_SSL -DTCPSOCKET -DBIGBUFOK
  30. -I/usr/local/openssl/include  -I/usr/local/include
  31. -DKTARGET=\"sunos41gcc+openssl\" -c ckutio.c
  32. ckutio.c: In function `pty_make_raw':
  33. ckutio.c:14180: error: structure has no member named `c_iflag'
  34. ckutio.c:14180: error: `PARMRK' undeclared (first use in this function)
  35. ckutio.c:14180: error: (Each undeclared identifier is reported only once
  36. ckutio.c:14180: error: for each function it appears in.)
  37. ckutio.c:14180: error: `ISTRIP' undeclared (first use in this function)
  38. ckutio.c:14180: error: `BRKINT' undeclared (first use in this function)
  39. ckutio.c:14180: error: `INLCR' undeclared (first use in this function)
  40. ckutio.c:14180: error: `IGNCR' undeclared (first use in this function)
  41. ckutio.c:14180: error: `ICRNL' undeclared (first use in this function)
  42. ckutio.c:14181: error: structure has no member named `c_iflag'
  43. ckutio.c:14181: error: `INPCK' undeclared (first use in this function)
  44. ckutio.c:14181: error: `IGNPAR' undeclared (first use in this function)
  45. ckutio.c:14181: error: `IXANY' undeclared (first use in this function)
  46. ckutio.c:14181: error: `IXON' undeclared (first use in this function)
  47. ckutio.c:14181: error: `IXOFF' undeclared (first use in this function)
  48. ckutio.c:14182: error: structure has no member named `c_iflag'
  49. ckutio.c:14182: error: `IGNBRK' undeclared (first use in this function)
  50. ckutio.c:14225: error: structure has no member named `c_oflag'
  51. ckutio.c:14225: error: `OPOST' undeclared (first use in this function)
  52. ckutio.c:14249: error: structure has no member named `c_lflag'
  53. ckutio.c:14272: error: structure has no member named `c_lflag'
  54. ckutio.c:14272: error: `ICANON' undeclared (first use in this function)
  55. ckutio.c:14272: error: `ISIG' undeclared (first use in this function)
  56. ckutio.c:14280: error: structure has no member named `c_lflag'
  57. ckutio.c:14286: error: structure has no member named `c_cflag'
  58. ckutio.c:14286: error: `CSIZE' undeclared (first use in this function)
  59. ckutio.c:14286: error: `PARENB' undeclared (first use in this function)
  60. ckutio.c:14286: error: `PARODD' undeclared (first use in this function)
  61. ckutio.c:14287: error: structure has no member named `c_cflag'
  62. ckutio.c:14287: error: `CS8' undeclared (first use in this function)
  63. ckutio.c:14287: error: `CREAD' undeclared (first use in this function)
  64. ckutio.c:14290: error: structure has no member named `c_cflag'
  65. ckutio.c:14313: error: structure has no member named `c_cflag'
  66. ckutio.c:14325: error: `NCCS' undeclared (first use in this function)
  67. ckutio.c:14326: error: structure has no member named `c_cc'
  68. ckutio.c:14332: error: structure has no member named `c_iflag'
  69. ckutio.c:14333: error: structure has no member named `c_oflag'
  70. ckutio.c:14334: error: structure has no member named `c_lflag'
  71. ckutio.c:14335: error: structure has no member named `c_cflag'
  72. ckutio.c: In function `ckxfprintf':
  73. ckutio.c:15716: warning: assignment makes integer from pointer without a
  74. cast
  75. ckutio.c: In function `ckxprintf':
  76. ckutio.c:15840: warning: assignment makes integer from pointer without a
  77. cast
  78. *** Error code 1
  79. make: Fatal error: Command failed for target `ckutio.o'
  80.  
  81.  
  82. These definitions are in termios.h which is not included by the source
  83. code on SunOS platform. Either you include termios.h or you have to
  84. provide these definitions.
  85. BTW, GCC version is 3.4.6.
  86.  
  87. Christian
  88.